home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE23
/
PZAZZDEM
/
PZAZZDEM.ZIP
/
PZDEMO
/
PZDBITBT.DFM
/
PZDBITBT.txt
Wrap
Text File
|
1997-03-16
|
4KB
|
187 lines
object PZBitmapButtonForm: TPZBitmapButtonForm
Left = 202
Top = 125
Width = 597
Height = 420
Caption = 'PZSpeedButton'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
FormStyle = fsMDIChild
PixelsPerInch = 96
Position = poDefault
Visible = True
OnClose = FormClose
OnCreate = FormCreate
OnDeactivate = FormDeactivate
TextHeight = 13
object HeaderPanel: TPZBitmapPanel
Left = 0
Top = 0
Width = 589
Height = 37
Align = alTop
Background.Transparent = False
Background.Style = bsTiled
BevelInner = bvLowered
BevelOuter = bvNone
BorderWidth = 4
TabOrder = 0
object PZShaded1: TPZShaded
Left = 5
Top = 5
Width = 579
Height = 27
Align = alClient
Caption = 'PZBitmapButton'
Font.Color = clBlack
Font.Height = -21
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
StartColor = clWhite
EndColor = 8454143
Graduation = 10
Direction = drHorizontalInOut
end
end
object DescrPanel: TPZBitmapPanel
Left = 0
Top = 37
Width = 213
Height = 356
Align = alLeft
Background.Transparent = False
Background.Style = bsTiled
BevelInner = bvLowered
BevelOuter = bvNone
BevelWidth = 4
BorderWidth = 4
TabOrder = 1
object PZLabel4: TPZLabel
Left = 8
Top = 28
Width = 197
Height = 145
Align = alTop
Caption =
'\lbPZBitmapButton is identical to TButton except a bitmap can be' +
' used for the button'#39's background.'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
HorzAlignment = haCenter
ParentFont = False
VertAlignment = vaTop
end
object PZLabel2: TPZLabel
Left = 8
Top = 8
Width = 197
Height = 20
Align = alTop
Caption = 'Description:'
Font.Color = clNavy
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
HorzAlignment = haCenter
ParentFont = False
VertAlignment = vaTop
end
end
object ResultsPanel: TPZBitmapPanel
Left = 213
Top = 37
Width = 376
Height = 356
Align = alClient
Background.Transparent = False
Background.Style = bsTiled
BevelInner = bvLowered
BevelOuter = bvNone
BevelWidth = 4
BorderWidth = 4
TabOrder = 2
object PZLabel5: TPZLabel
Left = 8
Top = 8
Width = 360
Height = 20
Align = alTop
Caption = 'Examples:'
Font.Color = clNavy
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
HorzAlignment = haCenter
ParentFont = False
VertAlignment = vaTop
end
object PZLabel1: TPZLabel
Left = 8
Top = 105
Width = 360
Height = 20
Align = alTop
Caption = 'Try it now!'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
HorzAlignment = haCenter
ParentFont = False
VertAlignment = vaTop
end
object ClickedLabel: TPZLabel
Left = 8
Top = 125
Width = 360
Height = 72
Align = alTop
Font.Color = clBlack
Font.Height = -19
Font.Name = 'Arial'
Font.Style = [fsBold]
HorzAlignment = haCenter
ParentFont = False
VertAlignment = vaBottom
end
object OutputPanel1: TPZBitmapPanel
Left = 8
Top = 28
Width = 360
Height = 77
Align = alTop
Background.Transparent = False
Background.Style = bsTiled
BevelOuter = bvNone
BorderWidth = 8
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
object OKButton: TPZBitmapButton
Left = 16
Top = 28
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 0
end
object CancelButton: TPZBitmapButton
Left = 108
Top = 28
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 1
end
end
end
end